home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Applications / Macintosh Tracker 1.20 / source / Server⁄Tracker 4.0 / pref.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-02-01  |  663 b   |  34 lines  |  [TEXT/KAHL]

  1. /* pref.h */
  2.  
  3. /* $Id: pref.h,v 3.4 1993/12/04 16:12:50 espie Exp espie $
  4.  * $Log: pref.h,v $
  5.  * Revision 3.4  1993/12/04  16:12:50  espie
  6.  * BOOL -> boolean.
  7.  *
  8.  * Revision 3.3  1993/07/18  10:39:44  espie
  9.  * suppressed show.
  10.  *
  11.  * Revision 3.2  1992/11/24  10:51:19  espie
  12.  * Added show and sync.
  13.  *
  14.  * Revision 3.1  1992/11/19  20:44:47  espie
  15.  * Protracker commands.
  16.  *
  17.  * Revision 3.0  1992/11/18  16:08:05  espie
  18.  * New release.
  19.  *
  20.  * Revision 2.7  1992/11/17  15:38:00  espie
  21.  * Added dump_song.
  22.  * imask, bcdvol.
  23.  */
  24.  
  25. struct pref
  26.     {
  27.     int type, speed, tolerate, repeats;
  28.     unsigned long imask;
  29.     int bcdvol;
  30.     int dump_song;
  31.     boolean sync;
  32.     };
  33.  
  34.